testing.common.checkFuzzFn (method)

14 uses

	testing (current package)
		testing.go#L559: func (c *common) checkFuzzFn(name string) {
		testing.go#L839: 	c.checkFuzzFn("FailNow")
		testing.go#L909: 	c.checkFuzzFn("Log")
		testing.go#L919: 	c.checkFuzzFn("Logf")
		testing.go#L925: 	c.checkFuzzFn("Error")
		testing.go#L932: 	c.checkFuzzFn("Errorf")
		testing.go#L939: 	c.checkFuzzFn("Fatal")
		testing.go#L946: 	c.checkFuzzFn("Fatalf")
		testing.go#L953: 	c.checkFuzzFn("Skip")
		testing.go#L960: 	c.checkFuzzFn("Skipf")
		testing.go#L974: 	c.checkFuzzFn("SkipNow")
		testing.go#L1014: 	c.checkFuzzFn("Cleanup")
		testing.go#L1048: 	c.checkFuzzFn("TempDir")
		testing.go#L1144: 	c.checkFuzzFn("Setenv")